mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-02 16:36:17 +00:00
nginx
This commit is contained in:
13
Nginx/it-tools/docker-compose.yaml
Normal file
13
Nginx/it-tools/docker-compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
it-tools:
|
||||
image: 'corentinth/it-tools:latest'
|
||||
#ports:
|
||||
# - '8080:80'
|
||||
restart: unless-stopped
|
||||
container_name: it-tools
|
||||
networks:
|
||||
- nginx-proxy
|
||||
|
||||
networks:
|
||||
nginx-proxy:
|
||||
external: true
|
Reference in New Issue
Block a user