Изменил докер

This commit is contained in:
urec56 2024-02-12 13:55:18 +03:00
parent 60ee4afe2e
commit 21925c351c
2 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

View file

@ -2,6 +2,8 @@ version: '3.8'
services: services:
uploader_server: uploader_server:
image: urec56/uploader_server image: urec56/uploader_server
build:
context: .
container_name: uploader_server container_name: uploader_server
ports: ports:
- 127.0.0.1:55555:8000 - 127.0.0.1:55555:8000