mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
16 lines
226 B
Plaintext
16 lines
226 B
Plaintext
version: "3.8"
|
|
|
|
services:
|
|
nginx:
|
|
environment:
|
|
VIRTUAL_HOST: splatoon3.ink,www.splatoon3.ink
|
|
|
|
networks:
|
|
- default
|
|
- nginx-proxy
|
|
|
|
networks:
|
|
nginx-proxy:
|
|
external:
|
|
name: nginxproxy_default
|