mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 00:38:43 +00:00
c74ea28014
Updates unnecessary need to grant special privileges when running in Docker.
11 lines
187 B
YAML
11 lines
187 B
YAML
version: '3.0'
|
|
services:
|
|
streetmerchant:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: streetmerchant
|
|
env_file: .env
|
|
# ports:
|
|
# - 7997:7997
|