15 lines
243 B
YAML
15 lines
243 B
YAML
services:
|
|
it-tools:
|
|
container_name: it-tools
|
|
image: corentinth/it-tools:latest
|
|
networks:
|
|
- reverse-proxy
|
|
ports:
|
|
- 8383:80
|
|
restart: always
|
|
|
|
networks:
|
|
reverse-proxy:
|
|
name: reverse-proxy
|
|
external: true
|