first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
apache2:
|
||||
build: ./
|
||||
image: apache2
|
||||
container_name: apache2
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./www:/var/www/html/
|
||||
- /opt/safetech:/opt/safetech
|
||||
ports:
|
||||
- 7080:80
|
||||
- 7081:443
|
||||
networks:
|
||||
- fatbluefish
|
||||
networks:
|
||||
fatbluefish:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user