mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
21 lines
384 B
Plaintext
21 lines
384 B
Plaintext
version: '2'
|
|
|
|
# This adds config options for use with nginx-proxy:
|
|
# https://github.com/jwilder/nginx-proxy
|
|
|
|
# Alternatively, a public port for nginx could be exposed here.
|
|
|
|
services:
|
|
|
|
nginx:
|
|
environment:
|
|
VIRTUAL_HOST: splatoon2.ink,www.splatoon2.ink
|
|
networks:
|
|
- default
|
|
- nginx-proxy
|
|
|
|
networks:
|
|
nginx-proxy:
|
|
external:
|
|
name: nginxproxy_default
|