Решены конфликты при слиянии main
This commit is contained in:
commit
2c2e2a2f5b
7 changed files with 76 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
services:
|
||||
web:
|
||||
build: . # Путь к Dockerfile (в текущей директории)
|
||||
<<<<<<< HEAD
|
||||
container_name: workshop
|
||||
# ports:
|
||||
# - "80:5000" # Проброс портов
|
||||
|
|
@ -19,3 +20,16 @@ services:
|
|||
networks:
|
||||
all:
|
||||
external: true
|
||||
=======
|
||||
ports:
|
||||
- "80:5000" # Проброс портов
|
||||
volumes:
|
||||
- nas-share:/data
|
||||
|
||||
volumes:
|
||||
nas-share:
|
||||
driver_opts:
|
||||
type: cifs
|
||||
o: "username=Shaman,password="
|
||||
device: "//192.168.31.3/share/public/complete/workshop"
|
||||
>>>>>>> 9cc0929a09596abeb93ee7f2711527fb5da25f7a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue