version: '3.3' services: npc: container_name: npc # network_mode: host volumes: - ./conf:/conf image: 'ffdfgdfg/npc' # command: '-server= -vkey=' command: '-config=/conf/npc.conf' restart: unless-stopped networks: nginx: aliases: - npc networks: nginx: external: true