Remove the extra tabs

This commit is contained in:
MoisesTapia 2020-08-11 09:04:42 -05:00
parent bded077004
commit 6de8c26403
No known key found for this signature in database
GPG Key ID: BE22111DAB113FC3

View File

@ -4,7 +4,7 @@ networks:
internet: internet:
driver: bridge driver: bridge
services: services:
hidden: hidden:
container_name: hidden container_name: hidden
@ -13,9 +13,7 @@ services:
command: python3 HiddenEye.py command: python3 HiddenEye.py
stdin_open: true stdin_open: true
tty: true tty: true
volumes: volumes: $PWD/WebPages:/home/WebPages
- $PWD/WebPages:/home/WebPages networks: internet
networks:
- internet
restart: always restart: always